home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / linux-bo / dless-li / root.swa / etc / rc.d / rc.local < prev    next >
Text File  |  1995-04-28  |  155b  |  9 lines

  1. #! /bin/sh
  2. # Put any local setup commands in here
  3. # Running gpm
  4. echo "Loading keys...."
  5. loadkeys es
  6. #echo "Running gpm..."
  7. #gpm -t ms &
  8. /usr/bin/X11/xdm &
  9.